Skip to main content
Manage agents For a detailed overview, please visit the agent’s reference page.

agent access-report

Show the access report for the referenced agent Usage
Common Options Reference

agent audit

Retrieve audit trail events for the referenced agent Usage
Common Options Reference

agent create

Create a new agent Usage
Common Options Reference

agent delete

Delete one or more referenced agents Usage
Common Options Reference

agent edit

Edit the referenced agent, as YAML, within an editor Usage
The default editor can be set by using the EDITOR environment variable.
Common Options Reference

agent eventlog

Show the event log of the referenced agent Usage
Common Options Reference

agent get

Retrieve one or more referenced agents Usage
An empty reference will return all references
Common Options Reference
  • Get all agents
  • Get one agent
  • Get multiple agents

agent info

Get info about an agent Usage
Common Options Reference
  • Return the details of a deployed agent. The example below was for an agent deployed at AWS.

agent manifest

Generate a manifest for running an agent in K8S Usage
Common Options Reference

agent patch

Update the referenced agent’s metadata using an input file Usage
Running this command with the option --file - sets the input to stdin. The input is required to be a valid JSON or YAML string (e.g., {"description": "My new description"} or description: My new description). To complete the update, press Control-D (or Control-Z if you are using Windows).
Common Options Reference

agent permissions

Show the grantable permissions for an agent object type Usage
Common Options Reference

agent query

Find all the agents based on the given query Usage
Common Options Reference
Use the --match option to display all, none, or any of the results based on a given property or tag
  • Search for an agent based on the name property
  • Search for an agent based on the description property
  • Search for an agent based on a tag
  • Search for an agent based on a property and tag

agent tag

Manage the tags belonging to one or more referenced agents Usage
Built-in tags, which begin with cpln/*, can’t be modified.
Common Options Reference
  • Add a tag
  • Update same tag (after running the example above)
  • Remove tag (after running the example above)

agent up

Run an agent within a local Docker instance Usage
Common Options Reference

agent update

Update properties of the referenced agent Usage
Common Options Reference
  • The --set option allows the modification of the following agent properties:
    • description
      • Description of the agent
      • Type: string
    • tags
      • Tags (key=value) associated with the agent
      • Type: string
  • For the examples below, the initial agent is configured as:
  • Update an agent’s description
  • Update an agent’s tag