Skip to main content

targon service-token

Manage organization service tokens for automation and CI. Requires an active organization.

Creating and deleting service tokens requires ADMIN or OWNER.

targon service-token <COMMAND>

targon service-token list

List service tokens in the selected organization.

targon service-token list [--limit <N>] [--cursor <CURSOR>]

Default limit is 50.

targon service-token create

Create a service token. The token value is shown once on creation.

targon service-token create <NAME>

targon service-token delete

Delete a service token.

targon service-token delete <UID> [-y]