Pin, exclude, or reset a memory’s cluster assignment.
cURL
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" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request body for pin/exclude/reset actions.
pin
exclude
reset
Successful Response