Skip to main content
POST
/
api
/
dashboard
/
clusters
/
{cluster_id}
/
members
/
{memory_id}
Pin, exclude, or reset a cluster member
curl --request POST \
  --url https://api.example.com/api/dashboard/clusters/{cluster_id}/members/{memory_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "pin"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cluster_id
integer
required
memory_id
integer
required

Body

application/json

Request body for pin/exclude/reset actions.

action
enum<string>
required
Available options:
pin,
exclude,
reset

Response

Successful Response

{key}
string