Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting us. A member of our team will be in touch shortly. Close

An error occurred while submitting your form. Please try again or file a bug report. Close

fabric

Enter keyword arguments in the form key=value.

Delete a fabric

maas $PROFILE fabric delete [--help] [-d] [-k] id [data ...] 

Positional arguments

  • id

Delete a fabric with the given id.

Command-line options

Option Effect
–help, -h Show this help message and exit.
-d, --debug Display more information about API responses.
-k, --insecure Disable SSL certificate check

Read a fabric

maas $PROFILE fabric read [--help] [-d] [-k] id [data ...] 

Positional arguments

  • id

Read a fabric with the given id.

Command-line options

Option Effect
–help, -h Show this help message and exit.
-d, --debug Display more information about API responses.
-k, --insecure Disable SSL certificate check

Update fabric

maas $PROFILE fabric update [--help] [-d] [-k] id [data ...] 

Positional arguments

  • id

Update a fabric with the given id.

Keyword “name”

Optional String. Name of the fabric.

Keyword “description”

Optional String. Description of the fabric.

Keyword “class_type”

Optional String. Class type of the fabric.

Command-line options

Option Effect
–help, -h Show this help message and exit.
-d, --debug Display more information about API responses.
-k, --insecure Disable SSL certificate check

Create a fabric

maas $PROFILE fabrics create [--help] [-d] [-k] [data ...] 

Create a fabric.

Keyword “name”

Optional String. Name of the fabric.

Keyword “description”

Optional String. Description of the fabric.

Keyword “class_type”

Optional String. Class type of the fabric.

Command-line options

Option Effect
–help, -h Show this help message and exit.
-d, --debug Display more information about API responses.
-k, --insecure Disable SSL certificate check

List fabrics

maas $PROFILE fabrics read [--help] [-d] [-k] [data ...] 

List all fabrics.

Command-line options

Option Effect
–help, -h Show this help message and exit.
-d, --debug Display more information about API responses.
-k, --insecure Disable SSL certificate check

Last updated 3 months ago. Help improve this document in the forum.