cURL
curl --request POST \ --url https://api.upstash.com/v2/qstash/move-to-team \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "qstash_id": "<string>", "target_team_id": "<string>" } '
"OK"
Moves a QStash instance to a different team.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
ID of the QStash instance to move
ID of the target team
QStash moved successfully
The response is of type string.
string
Was this page helpful?