ARK · COMMAND
ClearPlayerInventory
- Command
Removes items from a player's inventory, hotbar, or equipped slots via their UE4 ID with selective control over which containers to clear.
The ClearPlayerInventory is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Syntax
Console syntax
cheat ClearPlayerInventory <UE4 ID> <Inventory> <Slot Items> <Equipped Items>Arguments
- ue4 id type: ue4 id
- The UE4 ID of the player you wish to clear the inventory of.
- inventory type: boolean
- Specify 'true' to clear the player's entire inventory, 'false' to not.
- slot items type: boolean
- Specify 'true' to clear the items in the player's hotbar, 'false' to leave the hotbar as-is.
- equipped items type: boolean
- Specify 'true' to clear all of the items the player currently has equipped, 'false' to leave these as-is.
About
ClearPlayerInventory removes items from a specific player by their UE4 ID. You control what gets wiped with three boolean flags: one for the main inventory, one for hotbar slot items, and one for equipped items. Set any flag to 'true' to clear that container, or 'false' to leave it untouched.
This is useful for punishing rule violations, resetting a player's gear before a raid, or testing item-loss mechanics. You must have the player's UE4 ID, obtain it from the player list or server logs. Run it from the admin console.
Frequently Asked Questions
- How current is the ClearPlayerInventory info?
- The ClearPlayerInventory entry was last verified on GameServersCodex on June 28, 2026. We track the live ARK: ASA build, so the details here reflect the current patch.
- What arguments does the ClearPlayerInventory command take?
- The ClearPlayerInventory command takes 4 arguments: ue4 id type: ue4 id, inventory type: boolean, slot items type: boolean, equipped items type: boolean. See the Arguments section on this page for what each one does.
- Which game is the ClearPlayerInventory from?
- The ClearPlayerInventory is from ARK: Survival Ascended. Every ID, code, and command on this page is specific to ARK: Survival Ascended and its current live build.
- What is the ClearPlayerInventory used for?
- ClearPlayerInventory removes items from a specific player by their UE4 ID. You control what gets wiped with three boolean flags: one for the main inventory, one for hotbar slot items, and one for equipped items. Set any flag to 'true' to clear that container, or 'false' to leave it untouched.
- How do I enable admin commands to run ClearPlayerInventory?
- In single-player, cheats are on by default. On a dedicated or hosted server, log in as admin with
enablecheats <AdminPassword>first, then runcheat ClearPlayerInventory <UE4 ID> <Inventory> <Slot Items> <Equipped Items>. Without admin access the console rejects it. - What is ClearPlayerInventory in ARK: Survival Ascended?
- Removes items from a player's inventory, hotbar, or equipped slots via their UE4 ID with selective control over which containers to clear.
- What is the syntax for the ClearPlayerInventory command?
- The syntax is
cheat ClearPlayerInventory <UE4 ID> <Inventory> <Slot Items> <Equipped Items>. Open the admin console, paste it, replace any<placeholders>with real values, and press Enter. Verified against the current ARK: ASA build as of June 28, 2026. - Can I run the ClearPlayerInventory command over RCON?
- Yes. Send
cheat ClearPlayerInventory <UE4 ID> <Inventory> <Slot Items> <Equipped Items>through RCON or your control-panel console. If the connection already runs with admin context, omit the leading "cheat". It works the same on hosted, self-hosted, and RCON setups.