Site delete command

skupper site delete [name] [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

[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 alsoKubernetes 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

60s

PlatformsKubernetes

--wait

boolean

Wait for deletion to complete before exiting.

Defaulttrue
PlatformsKubernetes

Global options

Errors