QStash

Move QStash to Team

Moves a QStash instance to a different team.

POST/v2/qstash/move-to-team
cURL
curl --request POST \
  --url https://api.upstash.com/v2/qstash/move-to-team \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
    "qstash_id": "<qstash_id>",
    "target_team_id": "<target_team_id>"
  }'
200Response
"OK"

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Body

qstash_idstringrequired

ID of the QStash instance to move

target_team_idstringrequired

ID of the target team

Response

200 — QStash moved successfully

Loading search…