Site delete command
Delete a site.
Platforms | Kubernetes, Docker, Podman, Linux |
---|---|
Waits for | Deletion |
Usage
skupper site delete [name] [options]
Examples
# Delete the current site
$ skupper site delete
Waiting for deletion...
Site "west" is deleted.
# Delete the current site and all of its associated Skupper resources
$ skupper site delete --all
Primary options
[name]
string
optional
The name of the site resource.
If not specified, the name is that of the site associated with the current namespace.
Platforms | Kubernetes, Docker, Podman, Linux |
---|
--all
boolean
frequently used
In addition the site resource, delete all of the Skupper resources associated with the site in the current namespace.
Platforms | Kubernetes, Docker, Podman, Linux |
---|
--timeout
<duration>
Raise an error if the operation does not complete in the given period of time.
Default |
|
---|---|
Platforms | Kubernetes, Docker, Podman, Linux |
--wait
boolean
Wait for deletion to complete before exiting.
Default | true |
---|---|
Platforms | Kubernetes, Docker, Podman, Linux |
Global options
--context
<name>
global
Set the kubeconfig context.
Platforms | Kubernetes |
---|---|
See also | Kubernetes kubeconfigs |
--kubeconfig
<file>
global
Set the path to the kubeconfig file.
Platforms | Kubernetes |
---|---|
See also | Kubernetes kubeconfigs |
--namespace
(-n) <name>
global
Set the namespace.
Platforms | Kubernetes, Docker, Podman, Linux |
---|---|
See also | Kubernetes namespaces |
--platform
<platform>
global
Set the Skupper platform.
Default |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Choices |
| ||||||||
Platforms | Kubernetes, Docker, Podman, Linux | ||||||||
See also | Platform concept |
--help
(-h) boolean
global
Display help and exit.
Platforms | Kubernetes, Docker, Podman, Linux |
---|
Errors
No site resource exists
There is no existing Skupper site resource to delete.