🀡Serve

Create New Serving App

post
Authorizations
OAuth2passwordRequired
Token URL:
Query parameters
clusterstringOptional

Fiat Computing cluster URL.

Body
namestringRequired
route_prefixstringRequired
import_pathstringRequired
deploymentsobject[]Required
Responses
200

Successful Response

application/json
Responseany
post
/serve/deploy

No content

Get App Deployments Info

get
Authorizations
OAuth2passwordRequired
Token URL:
Query parameters
clusterstringOptional

Fiat Computing cluster URL.

application-idstringOptional

Target running application record id.

Responses
200

Successful Response

application/json
Responseany
get
/serve/info

No content

Delete Serving Application

delete
Authorizations
OAuth2passwordRequired
Token URL:
Query parameters
clusterstringOptional

Fiat Computing cluster URL.

namestringOptional

Name of the application that user intends to delete. (Format: name-id)

Responses
200

Successful Response

application/json
Responseany
delete
/serve/delete

No content

Shutdown All Application On Cluster

post
Authorizations
OAuth2passwordRequired
Token URL:
Query parameters
clusterstringOptional

Fiat Computing cluster URL.

Responses
200

Successful Response

application/json
Responseany
post
/serve/shutdown

No content

Last updated