Documentation

Development

User Acquisition

Monetization

Industry

Unity Gaming Services CLI

v1.7

Legacy
​

GitHub Repository

Unity Gaming Services CLI

v1.7

Legacy
​

Unity Gaming Services CLI
​
​
Lobby
  • Overview
  • Commands
    • Bulk Update
    • Config Get
    • Config Update
    • Create
    • Delete
    • Export
    • Get
    • Get-Hosted
    • Get-Joined
    • Heartbeat
    • Import
    • Join
    • Player Remove
    • Player Update
    • Query
    • Quickjoin
    • Reconnect
    • Request-token
    • Update
  1. Overview
  2. Lobby

Config Update

Update an existing lobby config in Remote Config.
Read time 1 minute
Last updated 3 months ago

Update an existing lobby config in Remote Config.
Authentication Required:
Yes
ugs lobby config update <config-id> <body> [options]

Arguments

<config-id>
The ID of the config to update.
<body>
The JSON body containing the updated config value. If this is a file path, the content of the file is used; otherwise, the raw string is used.

Options

Option

Alias

Description

project-id-p, --project-idThe Unity cloud project ID.
help-?, -h, --helpDisplay help and usage information.
quiet-q, --quietReduce logging to a minimum.
json-j, --jsonUse JSON as the output format.

Body option

The body option must include the type and values array of a config to update. No other data should be present. For example:
{ "type": "lobby", "value": [ { "key": "lobbyConfig", "type": "json", "schemaId": "lobbyv2", "value": { "socialProfilesEnabled": false, "activeLifespanSeconds": 30, "disconnectRemovalTimeSeconds": 120, "disconnectHostMigrationTimeSeconds": 120, "playerSlots": { "maximum": 8, "minimum": 4 } } } ]}

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Arguments

    • Options

    • Body option


​
​