Skip to main content
GET
/
v1
/
apps
/
{app_id}
/
runner-latest-config
get latest app runner config
curl --request GET \
  --url https://api.nuon.co/v1/apps/{app_id}/runner-latest-config \
  --header 'Authorization: <api-key>'
{
  "app_config_id": "<string>",
  "app_id": "<string>",
  "app_runner_type": "unknown",
  "cloud_platform": "aws",
  "created_at": "<string>",
  "created_by_id": "<string>",
  "env_vars": {},
  "helm_driver": "<string>",
  "id": "<string>",
  "init_script": "<string>",
  "org_id": "<string>",
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nuon.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

app_id
string
required

app ID

Response

OK

app_config_id
string
app_id
string
app_runner_type
enum<string>
Available options:
unknown,
aws-ecs,
aws-eks,
azure-aks,
azure-acs,
gcp-gke,
local,
aws,
azure,
gcp
cloud_platform
enum<string>
Available options:
aws,
azure,
gcp,
unknown
created_at
string
created_by_id
string
env_vars
object
helm_driver
string
id
string
init_script
string

takes a URL to a bash script ⤵ which will be curl | bash-ed on the VM. usually via user-data or equivalent.

org_id
string
updated_at
string