Service account CLI reference
Service account CLI reference
Customer-hosted cloud features
note
Some features are only available on customer-hosted clouds. Reach out to support@anyscale.com for info.
Service account CLI
anyscale service-account create
Usage
anyscale service-account create [OPTIONS]
Create a service account.
Options
--name/-n: Name for the service account.
anyscale service-account create-api-key
Usage
anyscale service-account create-api-key [OPTIONS]
Create a new API key for a service account.
Options
--email: Email of the service account to create the new key for.--name: Name of the service account to create the new key for.
anyscale service-account list
Usage
anyscale service-account list [OPTIONS]
List service accounts.
Options
--max-items: Max items to show in list.
anyscale service-account delete
Usage
anyscale service-account delete [OPTIONS]
Delete a service account.
Options
--email: Email of the service account to delete.--name: Name of the service account to delete.