mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to delete a specific container volume within a given stack. It is useful in scenarios where you need to programmatically manage container resources, such as cleaning up unused volumes or automating infrastructure maintenance tasks.

For example, if you have multiple container stacks and want to remove a particular volume that is no longer needed, this node allows you to specify the stack and volume IDs to perform the deletion via the API.

Properties

Name Meaning
Stack Id ID of the Stack the Volume belongs to. The default Stack's ID equals the Project's ID.
Volume Id ID of the Volume to be deleted.

Output

The node outputs JSON data representing the response from the mittwald mStudio API after attempting to delete the specified volume. This typically includes confirmation of deletion or error details if the operation failed.

No binary data output is produced by this node.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de to send requests.
  • Proper configuration of the API credential in n8n is necessary for successful communication.

Troubleshooting

  • Common issues:

    • Invalid or missing Stack Id or Volume Id will cause the API request to fail.
    • Authentication errors if the API key credential is not set up correctly.
    • Network connectivity problems preventing access to the mittwald API endpoint.
  • Error messages:

    • Authorization errors indicate issues with the provided API key; verify and update credentials.
    • Not found errors suggest the specified Stack Id or Volume Id does not exist; double-check these values.
    • General API errors may require reviewing the API documentation or contacting mittwald support.

Links and References

Discussion