Skip to content

flywheel.api.container_type_api

ContainerTypeApi

Bases: object

cleanup_info(container_type, path, **kwargs)

Remove a custom field from all applicable containers

Clean up a custom field from all containers of a type. This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
container_type InfoContainerType
required
path str

The dot-separated custom field name to delete

required
async_ (bool, optional)

Perform the request asynchronously

required

cleanup_info_with_http_info(container_type, path, **kwargs)

Remove a custom field from all applicable containers

Clean up a custom field from all containers of a type. This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
container_type InfoContainerType
required
path str

The dot-separated custom field name to delete

required
async_ (bool, optional)

Perform the request asynchronously

required