The Manage sandbox action allows you to perform various operations on existing sandboxes such as starting, stopping, deleting, managing applications, and creating snapshots.
YAML parameters for Manage sandbox
Name
Type
Description
action Required
String
The ID of the action.
type Required
String
The type of the action. Must be set to SANDBOX_MANAGE.
operation Required
String
The operation to perform on the sandbox. Available values: START, STOP, DELETE, APP_START, APP_STOP, CREATE_SNAPSHOT.
targets Required
Target[]
Array of sandbox targets to perform the operation on. Can be specific sandbox names or filters.
snapshot_name
String
The name for the snapshot when operation is CREATE_SNAPSHOT. Can use Buddy variables like $BUDDY_RUN_ID.
Target parameters
Name
Type
Required
Description
target
String
No
Specific sandbox name to target.
type
String
No
Target filter type. Available values: MATCH, TAG.
scope
String
No
Scope for the target filter. Available values: PROJECT, WORKSPACE.
tags
String[]
No
Array of tags to filter sandboxes when using tag-based targeting.