Studios
- class Studios(session_kwargs, client, return_type='raw')
Civis API
/studiosendpoint.Methods
delete_deployments(studio_id, deployment_id)Delete a Studio deployment
get(id)Get a Studio
get_deployments(studio_id, deployment_id)Get details about a Studio deployment
list_deployments(studio_id, *[, ...])List deployments for a Studio
list_deployments_logs(id, deployment_id, *)Get the logs for a Studio deployment
patch(id, *[, name, docker_image_name, ...])Update some attributes of this Studio
post(*[, name, docker_image_name, ...])Create a Studio
post_deployments(studio_id, *[, deployment_id])Deploy a Studio
put(id, *[, name, docker_image_name, ...])Replace all attributes of this Studio
put_archive(id, status)Update the archive status of this object