cfcli delete snapshot

AI Tools

Deletes an existing snapshot.

Synopsis

Deletes a snapshot with a specified UUID or name.

cfcli delete snapshot [flags]

Examples:

#delete a snapshot in project: "proj" with snapshot name: "snap": cfcli delete snapshot --project-name proj --name snap #delete a snapshot in project: "proj" with snapshot uuid: "u-u-i-d": cfcli delete snapshot --project-name proj --uuid u-u-i-d

Flag

Short

Type

Description

--help

-h

bool

Help for snapshot.

--name


string

Name of the snapshot to be deleted (required if UUID is not given).

--project-name


string

The name of the project associated with the snapshot.

--uuid


string

The UUID of the snapshot to be deleted (required if name is not given).


On This Page