:description: Python API Reference for the Deis api.tasks module

api.tasks
---------
.. contents::
    :local:
.. automodule:: api.tasks

    .. autofunction:: create_cluster(cluster)
    .. autofunction:: destroy_cluster(cluster)
    .. autofunction:: deploy_release(app, release)
    .. autofunction:: start_containers(containers)
    .. autofunction:: stop_containers(containers)
    .. autofunction:: run_command(c, command)
