Site delete command¶
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¶
--all
boolean
delete all skupper resources associated with site in current namespace
--help
boolean
help for delete ``` ``` -n, --namespace string Set the namespace -p, --platform string Set the platform type to use [kubernetes, podman, docker, linux] ```
Global options¶
Errors¶
- No site resource exists
There is no existing Skupper site resource to delete.