Skip to content

Link delete command

skupper link delete [options]

Delete a link by name

PlatformsKubernetes, Docker, Podman, Linux
Waits forDeletion

Examples

# Delete a link
$ skupper link delete west-6bfn6
Waiting for deletion...
Link "west-6bfn6" is deleted.

Primary options

--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) ``` ``` -n, --namespace string Set the namespace -p, --platform string Set the platform type to use [kubernetes, podman, docker, linux] ```
Default

1m0s

Global options