Site delete command
skupper site delete [name] [options]
Delete a site.
| Platforms | Kubernetes, Docker, Podman, Linux |
|---|---|
| Waits for | Deletion |
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.
| See also | Kubernetes object names |
|---|
--all
boolean
frequently used
In addition the site resource, delete all of the Skupper resources associated with the site in the current namespace.
--timeout
<duration>
Raise an error if the operation does not complete in the given period of time.
| Default |
|
|---|---|
| Platforms | Kubernetes |
--wait
boolean
Wait for deletion to complete before exiting.
| Default | true |
|---|---|
| Platforms | Kubernetes |
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 current namespace.
| See also | Kubernetes namespaces |
|---|
--platform
<platform>
global
Set the Skupper platform.
| Default |
| ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Choices |
| ||||||||
| See also | Platform concept |
--help
(-h) boolean
global
Display help and exit.
Errors
No site resource exists
There is no existing Skupper site resource to delete.