Skip to main content
PUT
Update application

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Path Parameters

applicationName
string
required

Unique name identifier of the application

Body

application/json

Long-running application deployment that runs your custom code as a publicly accessible endpoint. Applications are always public and use mk3 generation.

metadata
object
required

Common metadata fields shared by all Blaxel resources including name, labels, timestamps, and ownership information

spec
object
required

Configuration for an application including revision management, URL routing, and deployment region

nodeGeneration
string

Infrastructure generation this application is deployed on (mk3.0 or mk3.1). Read-only.

Response

successful operation

Long-running application deployment that runs your custom code as a publicly accessible endpoint. Applications are always public and use mk3 generation.

metadata
object
required

Common metadata fields shared by all Blaxel resources including name, labels, timestamps, and ownership information

spec
object
required

Configuration for an application including revision management, URL routing, and deployment region

events
object[]
read-only

Events happening on a resource deployed on Blaxel

nodeGeneration
string

Infrastructure generation this application is deployed on (mk3.0 or mk3.1). Read-only.

status
string
read-only

Application status computed from events

Last modified on July 14, 2026