Sets project status to ACTIVE or PAUSED. When paused, external API calls using API keys will be rejected.
JWT token for admin console authentication
Project UUID
Project status toggled successfully
Unique project identifier
"123e4567-e89b-12d3-a456-426614174000"
Tenant ID that owns this project
"123e4567-e89b-12d3-a456-426614174000"
Project name
"My Awesome App"
URL-friendly slug
"my-awesome-app"
Environment type
DEVELOPMENT, STAGING, PRODUCTION "PRODUCTION"
Project status
ACTIVE, PAUSED, ARCHIVED "ACTIVE"
Whether the project is active (status === ACTIVE)
true
Rate limiting tier
FREE, STARTER, PROFESSIONAL, BUSINESS, ENTERPRISE "FREE"
Creation timestamp
"2025-01-15T10:30:00Z"
Last update timestamp
"2025-01-15T10:30:00Z"
Project description
"Production environment for My Awesome App"
Game configuration (XP, currencies, lives, etc.)
{
"xp": {
"levelCurve": "exponential",
"baseXP": 100
},
"currencies": [{ "id": "coins", "name": "Coins" }]
}Additional metadata
{ "version": "1.0.0" }Soft deletion timestamp
null
Related entity counts