Skip to content
GitHub

Site delete command

skupper site delete [options]

Delete a site

PlatformsKubernetes, Docker, Podman, Linux
Waits forDeletion

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

--timeout

<duration>
raise an error if the operation does not complete in the given period of time (expressed in seconds). (default 1m0s)
Default

1m0s

--wait

boolean
Wait for deletion to complete before exiting (default true) ``` ``` -c, --context string Set the kubeconfig context
Default

true

--kubeconfig

<string>
Path to the kubeconfig file to use -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.