fork_repository
Fork a GitLab project to your account or a specific namespace using this tool. Simplify repository duplication and manage projects efficiently with precise namespace control.
Instructions
Fork a GitLab project to your account or specified namespace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
namespace | No | ||
project_id | No |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"type": "string"
},
"project_id": {
"type": "string"
}
},
"type": "object"
}