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:
GET /api/v1/agents- API Reference
Exit Codes
0- Success1- General error2- Invalid arguments3- File not found