API Reference
Log In
API Reference

Update a key's status & priority

This endpoint can update the user's key and project key’s status and job priority.

By using this endpoint an Active API key can transition to Inactive or Deleted.

👍

Roles

Platform Administrators and Team Administrators can access this route.

📘

By using this endpoint keys can be activated, deactivated, or deleted.

❗️

Delete a key

If a key’s status is set to deleted, the key’s jobs get canceled. This status is final and the key cannot return to a previous state. If needed, create a new key to replace a deleted key.
Call the delete a user route to delete or deactivate the associated user.

🚧

Deactivate a key

If a key’s status is set to inactive, the key’s jobs get canceled. Platform Administrators and Team Administrators can reactivate users.

Path Params
string
required

The API key’s prefix.

Body Params
string

The API key’s status. Values can be Active, Inactive, Pending, Rejected, or Deleted.

boolean

The API key’s priority to run jobs within a job queue. Defaults to false.

Responses

Language
Credentials
Request
Choose an example:
application/json