gns3_create_project
Create a new GNS3 network simulation project with configurable automation options for managing project behavior during server operations.
Instructions
Create a new GNS3 project.
Args: name: Project name auto_close: Automatically close when server stops auto_open: Automatically open when server starts auto_start: Automatically start all nodes when opened path: Custom path for project files
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| server_url | No | http://localhost:3080 | |
| username | No | ||
| password | No | ||
| auto_close | No | ||
| auto_open | No | ||
| auto_start | No | ||
| path | No |