Hostinger OpenClaw VPS
assign_to_project
Makes forms, Data collections and booking pages LIVE on a deployed project — or MOVES them from another one. Reversible (unassign_from_project); submissions, rows and bookings stay with the object. The response WARNS when the deployed files never reference the object (form action, collection key, widget script) — fix the HTML, do not report success.
Remote dplooyinc/hosting
Remote (network-hosted)
Other tools also called assign_to_project?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"formIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "Form endpoint IDs to assign"
},
"projectId": {
"type": "string",
"description": "The project ID returned by the deploy"
},
"bookingPageIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "Booking page IDs to assign"
},
"dataCollectionIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "Data collection IDs to assign"
}
}
}