Skip to main content
Version: 2.31

telepresence delete

Tear down the state described by a manifest

Synopsis:

Tear down the state described by a manifest: a declarative YAML description of a Telepresence connection and its attachments (intercept, replace, ingest, or wiretap). Attachments are removed in reverse manifest order; an attachment that's already absent is reported but is not an error. The connection is only disconnected if the manifest declares one.

Usage:

telepresence delete -f <manifest> [flags]

Flags:

-f, --filename string The manifest file to delete. Use "-" to read from stdin
-h, --help help for delete

Global Flags:

--config string Path to the Telepresence configuration file
--format string Set the output format, supported values are 'json', 'yaml', 'json-stream', and 'default' (default "default")
--progress string Set type of progress output (auto, tty, plain, json, quiet) (default "auto")
--use string Match expression that uniquely identifies the daemon container