Agent skill

agentuity-cli-cloud-sandbox-snapshot-list

List snapshots. Requires authentication. Use for Agentuity cloud platform operations

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agentuity-cli-cloud-sandbox-snapshot-list

Metadata

Additional technical details for this skill

tags
slow requires-auth
command
agentuity cloud sandbox snapshot list

SKILL.md

Cloud Sandbox Snapshot List

List snapshots

Prerequisites

  • Authenticated with agentuity auth login
  • Organization context required (--org-id or default org)

Usage

bash
agentuity cloud sandbox snapshot list [options]

Options

Option Type Required Default Description
--sandbox string Yes - Filter by sandbox ID
--limit number Yes - Maximum number of results
--offset number Yes - Offset for pagination

Examples

List all snapshots:

bash
bunx @agentuity/cli cloud sandbox snapshot list

List snapshots for a specific sandbox:

bash
bunx @agentuity/cli cloud sandbox snapshot list --sandbox sbx_abc123

Output

Returns JSON object:

json
{
  "snapshots": "array",
  "total": "number"
}
Field Type Description
snapshots array List of snapshots
total number Total number of snapshots

Didn't find tool you were looking for?

Be as detailed as possible for better results