:description: Python API Reference for the Deis api.tasks module
:keywords: deis, api.tasks, python, api

=========
api.tasks
=========

.. contents::
    :local:
.. currentmodule:: api.tasks

.. automodule:: api.tasks
    :members:
    :undoc-members:

    .. 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)
