Skip to main content

View and Filter the Instance List

The Instance list is where you monitor all Instances in a Project, perform quick actions, and navigate to the detail page of each Instance.


Access the Instance List

  1. Log in to the FPT Cloud Customer Portal.
  2. Select the Project you want to view from the navigation bar.
  3. In the left menu, select Compute then select Instance.

The Instance list page displays all Instances belonging to that Project.

Instance list page


Column Meanings

ColumnMeaning
NameInstance name. Click the name to open the detail page
TypeInstance type: standard, GPU, NAT, etc.
SizeFlavor configuration: number of vCPUs and RAM capacity
StatusCurrent status of the Instance (see table below)
TagsList of Tags attached to the Instance
SubnetThe Subnet the Instance's primary NIC is connected to
Private IPInternal IP address within the Subnet
Public IPAttached Floating IP (if any)
Guest OSOperating system running inside the Instance
Created AtThe date and time the Instance was created

Common Status Values

StatusMeaning
RunningInstance is powered on and operating normally (POWERED_ON)
StoppedInstance is powered off (POWERED_OFF)
StartingInstance is in the process of starting
StoppingInstance is in the process of stopping
RebootingInstance is restarting
ResizingInstance is performing a Resize
CreatingInstance is being newly created or cloned
ErrorInstance has encountered an error and needs attention

Filter the List

You can combine multiple filters at the same time to narrow the search results.

  1. Click the Filter area above the list.
  2. Enter or select values for one or more of the following filter fields:
Filter FieldDescription
NameSearch by Instance name (supports partial matching)
IP AddressFilter by Private IP or Public IP address
SubnetFilter Instances belonging to a specific Subnet
StatusFilter by status: Running, Stopped, Error, etc.
Create Date FromShow only Instances created from this date onward
Create Date ToShow only Instances created on or before this date
TagsFilter Instances that have a specific Tag attached
  1. Click Apply to view the filtered results.
  2. Click Clear filters to return to the full list.

Filter panel on the Instance list

Note: Combining the Status and Tag filters helps you quickly identify Instances that need maintenance or are experiencing issues.


Perform Actions from the List

For each Instance in the list, click the action icon (...) at the end of the row to see the available options.

ActionDescriptionSpecific VPC Only
ConsoleOpen a Console to connect directly to the Instance
Power OnPower on a stopped Instance
Power OffPower off a running Instance
RebootRestart the Instance
Manage TagsAdd or remove Tags on the Instance
Add/Remove GPUAttach or detach a GPU from the Instance
Allocate IPAssign a Floating IP to the InstanceYes
ResizeChange the Flavor of the Instance
CloneReplicate the Instance as a new InstanceYes
Create SnapshotCreate a Snapshot from the Instance's current stateYes
Restore SnapshotRestore the Instance to a SnapshotYes
Delete SnapshotDelete a created SnapshotYes
Create TemplateCreate a Template from the InstanceYes
RenameRename the Instance
Reset PasswordReset the OS login password
LockLock the Instance to prevent all operations
DeletePermanently delete the Instance
Edit GPU PlanChange the GPU Plan configuration in use

Action menu on each Instance

Note: Actions labeled "Specific VPC Only" only appear when the Instance belongs to Specific VPC. Instances in General VPC will not see these options.


Refresh Data

The Instance list does not update automatically. To see the latest status after performing an action, click the Refresh button (circular arrow icon) in the top-right corner of the list.

Refresh list button


Next Steps