Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The ID of the client whose API key is being reset.
Example:
"me"
Resets the API key for the authenticated user. This operation generates a new API key and invalidates the old one.
CLI Usage: vast-ai reset api-key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the client whose API key is being reset.
"me"