Commands
up0 tokens
Ingestion token management
up0 tokens
Ingestion token management
up0 tokens create
Create an ingestion token. The full token is shown once — save it.
Usage: up0 tokens create [OPTIONS]| Name | Type | Default | Description |
|---|---|---|---|
--name | string | required | Token name |
--signals | string | required | Comma-separated signals (traces,logs,metrics) |
--service | string | - | Optional service name |
--expires-in | string | - | Duration, e.g. 90d, 1y, 24h, 30m |
--output | string | - | Set to 'json' for JSON output |
--org-id | string | - | Organization ID (or set UP0_ORG_ID) (env: UP0_ORG_ID) |
up0 tokens list
List ingestion tokens for the organization.
Usage: up0 tokens list [OPTIONS]| Name | Type | Default | Description |
|---|---|---|---|
--output | string | - | Set to 'json' for JSON output |
--org-id | string | - | Organization ID (or set UP0_ORG_ID) (env: UP0_ORG_ID) |
up0 tokens revoke
Revoke an ingestion token.
Usage: up0 tokens revoke [OPTIONS] TOKEN_ID| Name | Type | Default | Description |
|---|---|---|---|
TOKEN_ID | string | required | Token id |
--yes / -y | boolean | false | Skip the confirmation prompt |
--output | string | - | Set to 'json' for JSON output |
--org-id | string | - | Organization ID (or set UP0_ORG_ID) (env: UP0_ORG_ID) |