Agent Commands
Manage agents using the CLI
Agent Commands
Manage agents that execute integration flows and WebJobs.
Usage
weikio agents [command] [options]
Subcommands
ls
List all agents.
Usage:
weikio agents ls
Example:
weikio agents ls
add
Add a new agent.
Usage:
weikio agents add
Example:
weikio agents add
deprecate
Deprecate an agent to prevent it from receiving new jobs.
Usage:
weikio agents deprecate <AgentId>
Arguments:
| Name | Required | Description |
|---|---|---|
| AgentId | Yes | ID of the agent to deprecate |
Example:
weikio agents deprecate agent-123