id | title | sidebar_label |
---|---|---|
delete-file |
saucectl apit vault delete-file |
delete-file |
Removes a file from a project's vault drive.
saucectl apit vault delete-file "filename" [flags]
Flag | Shorthand | Description |
---|---|---|
--project | None | Select a vault by project name. |
--region | -r | The Sauce Labs region. Options are us-west-1 (default) and eu-central-1 . |
| OPTIONAL | STRING |
Specifies the project by its name using --project
, or omits --project
to select from a list of available projects.
saucectl apit vault delete-file "filename" --project "project_name"
| OPTIONAL | STRING |
The Sauce Labs region. Options are us-west-1
(default) and eu-central-1
.
Shorthand: -r <region>
saucectl apit vault delete-file "filename" --region us-west-1