Skip to main content

Ossa Agents

ossa agents

Purpose: Manage OSSA agents

Synopsis

ossa agents <action> [options]

Description

Manage OSSA agents

Arguments

  • <action> (required) - Action: list, get, create, update, delete

Options

  • --id <id> - Agent ID
  • --role <role> - Filter by role
  • --status <status> - Filter by status
  • --format <format> - Output format: json, yaml, table (default: table)

Examples

ossa agents list
ossa agents list --role worker
ossa agents get --id my-agent
ossa agents create agent.ossa.yaml
ossa agents delete --id my-agent

API Endpoint Connection

This command uses the following API endpoint:

Exit Codes

  • 0 - Success
  • 1 - General error
  • 2 - Invalid arguments
  • 3 - File not found