Settings
Bearer authentication
Executed successfully.
Bad request.
Unauthorized
Forbidden
unexpected error
unexpected error
GET /api/v1/clusters/settings HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"enableAdvancedGpuMetrics": {
"enabled": false
}
}Bearer authentication
The settings key
Executed successfully.
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/clusters/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"enabled": false
}Bearer authentication
The settings key
Setting successfully updated
No content
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
PUT /api/v1/clusters/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"enabled": false
}No content
Bearer authentication
Executed successfully.
Bad request.
Unauthorized
Forbidden
unexpected error
unexpected error
GET /api/v1/node-pools/settings HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"projectManualOverQuota": {
"enabled": false
},
"cpuResourcesQuota": {
"enabled": false
}
}Bearer authentication
The settings key
Executed successfully.
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/node-pools/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"enabled": false
}Bearer authentication
The settings key
Setting successfully updated
No content
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
PUT /api/v1/node-pools/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"enabled": false
}No content
Bearer authentication
Executed successfully.
Bad request.
Unauthorized
Forbidden
unexpected error
unexpected error
GET /api/v1/authorization/settings HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"enableScopedAuthorization": {
"enabled": false
},
"tenantIsCspManaged": {
"enabled": false
}
}Bearer authentication
The settings key
Executed successfully.
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/authorization/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"enabled": false
}Bearer authentication
The settings key
Setting successfully updated
No content
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
PUT /api/v1/authorization/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"enabled": false
}No content
Bearer authentication
Executed successfully.
Unauthorized
Forbidden
unexpected error
unexpected error
GET /api/v1/security/settings HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"autoRedirectSSO": {
"value": {
"enabled": false,
"idpAlias": "oidc"
},
"displayName": "Auto Redirect SSO",
"description": "Automatically redirect users to the SSO login page after logging in to the application"
},
"browserSessionTimeout": {
"value": {
"idleTimeout": 0
},
"displayName": "Browser Session Timeout",
"description": "The idle timeout duration in minutes for browser sessions"
},
"logoutRedirectUri": {
"value": {
"uri": "https://example.com/logout-success"
},
"displayName": "Logout Redirect URI",
"description": "The URI where users will be redirected after logging out of the application"
}
}Bearer authentication
The settings key
Executed successfully.
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/security/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"value": {
"enabled": false,
"idpAlias": "oidc"
},
"displayName": "Auto Redirect SSO",
"description": "Automatically redirect users to the SSO login page after logging in to the application"
}Bearer authentication
The settings key
Setting successfully updated
No content
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
PUT /api/v1/security/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 35
{
"enabled": false,
"idpAlias": "oidc"
}No content
Bearer authentication
Request completed successfully.
Bad request.
Unauthorized
Forbidden
unexpected error
unexpected error
GET /api/v1/workloads/settings HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"enablePolicies": {
"value": {
"enabled": true
},
"displayName": "text",
"description": "text",
"stage": "text"
},
"workloadSubmissionV2Enabled": {
"value": {
"enabled": true
},
"displayName": "text",
"description": "text",
"stage": "text"
},
"enableTemplatesV2": {
"value": {
"enabled": true
},
"displayName": "text",
"description": "text",
"stage": "text"
},
"enableHybridSubmission": {
"value": {
"enabled": true
},
"displayName": "text",
"description": "text",
"stage": "text"
},
"gpuOverProvisioning": {
"value": {
"enabled": true
},
"displayName": "text",
"description": "text",
"stage": "text"
},
"applicationSubmission": {
"value": {
"enabled": true
},
"displayName": "text",
"description": "text",
"stage": "text"
}
}Bearer authentication
Request completed successfully.
Bad request.
Unauthorized
Forbidden
unexpected error
unexpected error
GET /api/v1/workloads/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"value": {
"enabled": true
},
"displayName": "text",
"description": "text",
"stage": "text"
}Bearer authentication
Request completed successfully.
Bad request.
Unauthorized
Forbidden
unexpected error
unexpected error
PUT /api/v1/workloads/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"enabled": true
}{
"enabled": true
}Bearer authentication
Executed successfully.
Unauthorized
Forbidden
unexpected error
unexpected error
GET /api/v2/workloads/settings HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"yamlSubmission": {
"value": {
"enabled": true
},
"displayName": "text",
"description": "text",
"stage": "text"
}
}Bearer authentication
The settings key
Executed successfully.
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
GET /api/v2/workloads/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"enabled": false
}Bearer authentication
The settings key
Setting successfully updated
No content
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
PUT /api/v2/workloads/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"enabled": false
}No content
Bearer authentication
Executed successfully.
Bad request.
Unauthorized
Forbidden
unexpected error
unexpected error
GET /api/v1/datavolumes/settings HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"enableDataVolumes": {
"value": {
"enabled": true
},
"displayName": "text",
"description": "text",
"stage": "text"
}
}Bearer authentication
The settings key
Executed successfully.
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/datavolumes/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"enabled": true
}Bearer authentication
The settings key
Setting successfully updated
No content
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
PUT /api/v1/datavolumes/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"enabled": true
}No content
Bearer authentication
Executed successfully.
Aggregated response containing all notifications settings configured for the tenant
Unauthorized
Forbidden
unexpected error
unexpected error
GET /api/v1/notifications/settings HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"adminMessage": {
"value": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"msg": "System maintenance scheduled for this weekend",
"createdAt": 1706886400000,
"enableDismiss": true
},
"displayName": "Admin message",
"description": "Write a message that will be displayed to all users"
}
}Bearer authentication
Identifier of the notifications setting to retrieve or update.
Executed successfully.
Dynamic settings response that varies by setting key
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/notifications/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"value": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"msg": "System maintenance scheduled",
"createdAt": 1706886400000,
"enableDismiss": true
},
"displayName": "Admin message",
"description": "Write a message that will be displayed to all users"
}Bearer authentication
Identifier of the notifications setting to retrieve or update.
Setting successfully updated
No content
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
PUT /api/v1/notifications/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 76
{
"msg": "System maintenance scheduled for this weekend",
"enableDismiss": true
}No content
Bearer authentication
Executed successfully.
Aggregated response containing all branding settings configured for the tenant
unexpected error
unexpected error
GET /api/v1/branding/settings HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"logo": {
"value": {
"logo": "<base64-encoded-image>"
},
"displayName": "Logo",
"description": "Retrieve the base64 logo file."
}
}Bearer authentication
Identifier of the branding setting to retrieve or update
Executed successfully.
Dynamic settings response that varies by setting key
Bad request.
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/branding/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"value": {
"logo": "<base64-encoded-image>"
},
"displayName": "Logo",
"description": "Retrieve the base64 logo file."
}Bearer authentication
Identifier of the branding setting to retrieve or update
Setting successfully updated.
No content
Bad request.
Unauthorized
Forbidden
The specified resource was not found
Request entity too large
Unsupported media type
unexpected error
unexpected error
PUT /api/v1/branding/settings/{key} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 125
{
"logo": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAwMCAO+V4nEAAAAASUVORK5CYII="
}No content
Last updated