Skip to main content
POST
/
machineidentities
/
{name}
/
credentials
/
{connectionName}
/
rotate
Rotate Machine Identity Credential
curl --request POST \
  --url https://use.hoop.dev/api/machineidentities/{name}/credentials/{connectionName}/rotate
{
  "aws_access_key_id": "<string>",
  "aws_secret_access_key": "<string>",
  "command": "<string>",
  "connection_name": "<string>",
  "connection_string": "<string>",
  "connection_subtype": "<string>",
  "connection_type": "<string>",
  "database_name": "<string>",
  "endpoint_url": "<string>",
  "hostname": "<string>",
  "password": "<string>",
  "port": "<string>",
  "proxy_token": "<string>",
  "secret_key": "<string>",
  "username": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

name
string
required

Machine Identity Name

connectionName
string
required

Connection Name

Response

Created

aws_access_key_id
string
aws_secret_access_key
string
command
string
connection_name
string
connection_string
string
connection_subtype
string
connection_type
string
database_name
string
endpoint_url
string
hostname
string
password
string
port
string
proxy_token
string
secret_key
string
username
string