diff --git a/stainless.yaml b/stainless.yaml index 24ac9d63..513a5baa 100644 --- a/stainless.yaml +++ b/stainless.yaml @@ -71,6 +71,7 @@ resources: port_mapping: "#/components/schemas/PortMapping" instance: "#/components/schemas/Instance" path_info: "#/components/schemas/PathInfo" + instance_stats: "#/components/schemas/InstanceStats" methods: list: get /instances create: post /instances @@ -78,10 +79,12 @@ resources: delete: delete /instances/{id} standby: post /instances/{id}/standby restore: post /instances/{id}/restore + fork: post /instances/{id}/fork start: post /instances/{id}/start stop: post /instances/{id}/stop logs: get /instances/{id}/logs stat: get /instances/{id}/stat + stats: get /instances/{id}/stats # Subresources define resources that are nested within another for more powerful # logical groupings, e.g. `cards.payments`. subresources: