Signing Keys
Rotate Signing Keys
Rotate your signing keys
POST
/
v2
/
keys
/
rotate
Authorization
curl https://qstash.upstash.io/v2/keys/rotate \
-H "Authorization: Bearer <token>"
{ "current": "sig_123", "next": "sig_456" }
Was this page helpful?
curl https://qstash.upstash.io/v2/keys/rotate \
-H "Authorization: Bearer <token>"
{ "current": "sig_123", "next": "sig_456" }