Streamlit
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST | |
GET | |
POST | |
POST | |
GET | |
POST | |
POST | |
GET |
List all streamlit apps
Required API key scopes
streamlit_app:readQuery parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /streamlit_appsExample response
Status 200
RESPONSE
Create streamlit apps
Required API key scopes
streamlit_app:writeRequest parameters
- namestring
- descriptionstring
- cpu_coresnumber
- memory_gbnumber
Response
Example request
POST /api /projects /:project_id /streamlit_appsExample response
Status 201
RESPONSE
Retrieve streamlit apps
Required API key scopes
streamlit_app:readPath parameters
- short_idstring
Response
Example request
GET /api /projects /:project_id /streamlit_apps /:short_idExample response
Status 200
RESPONSE
Update streamlit apps
Required API key scopes
streamlit_app:writePath parameters
- short_idstring
Request parameters
- namestring
- descriptionstring
- cpu_coresnumber
- memory_gbnumber
Response
Example request
PATCH /api /projects /:project_id /streamlit_apps /:short_idExample response
Status 200
RESPONSE
Delete streamlit apps
Required API key scopes
streamlit_app:writePath parameters
- short_idstring
Example request
DELETE /api /projects /:project_id /streamlit_apps /:short_idExample response
Status 204 No response body
Create streamlit apps activate version
Path parameters
- short_idstring
Request parameters
- version_numberinteger
Response
Example request
POST /api /projects /:project_id /streamlit_apps /:short_id /activate_versionExample response
Status 200
RESPONSE
Retrieve streamlit apps connect info
Path parameters
- short_idstring
Response
Example request
GET /api /projects /:project_id /streamlit_apps /:short_id /connect_infoExample response
Status 200
RESPONSE
Create streamlit apps restart
Path parameters
- short_idstring
Response
Example request
POST /api /projects /:project_id /streamlit_apps /:short_id /restartExample response
Status 202
RESPONSE
Create streamlit apps start
Path parameters
- short_idstring
Response
Example request
POST /api /projects /:project_id /streamlit_apps /:short_id /startExample response
Status 200
RESPONSE
Status 202
RESPONSE
Retrieve streamlit apps status
Path parameters
- short_idstring
Response
Example request
GET /api /projects /:project_id /streamlit_apps /:short_id /statusExample response
Status 200
RESPONSE
Create streamlit apps stop
Path parameters
- short_idstring
Response
Example request
POST /api /projects /:project_id /streamlit_apps /:short_id /stopExample response
Status 200
RESPONSE
Create streamlit apps upload version
Path parameters
- short_idstring
Request parameters
- filestring
Response
Example request
POST /api /projects /:project_id /streamlit_apps /:short_id /upload_versionExample response
Status 201
RESPONSE
Retrieve streamlit apps versions
Path parameters
- short_idstring
Response
Example request
GET /api /projects /:project_id /streamlit_apps /:short_id /versionsExample response
Status 200
RESPONSE