Skip to main content
POST
/
v0
/
plugin-collection-assignments
Install a plugin collection on a target
curl --request POST \
  --url https://controller.platform.simplecloud.app/v0/plugin-collection-assignments \
  --header 'Content-Type: application/json' \
  --header 'X-Network-ID: <x-network-id>' \
  --header 'X-Network-Secret: <x-network-secret>' \
  --data '
{
  "persistent_server_id": "<string>",
  "plugin_collection_id": "<string>",
  "server_group_id": "<string>"
}
'
{
  "created_at": "<string>",
  "created_plugin_assignments": 123,
  "id": "<string>",
  "mc_network_id": "<string>",
  "persistent_server_id": "<string>",
  "plugin_collection_id": "<string>",
  "plugin_collection_name": "<string>",
  "server_group_id": "<string>",
  "skipped_plugin_assignments": 123,
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://new-docs.simplecloud.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-Network-ID
string
required

Network ID

X-Network-Secret
string
required

Network Secret

Body

application/json

Plugin collection assignment details

persistent_server_id
string
plugin_collection_id
string
server_group_id
string

Response

Created

created_at
string
created_plugin_assignments
integer
id
string
mc_network_id
string
persistent_server_id
string
plugin_collection_id
string
plugin_collection_name
string
server_group_id
string
skipped_plugin_assignments
integer
updated_at
string